func go/types.isInterfacePtr

7 uses

	go/types (current package)
		call.go#L564: 		if isInterfacePtr(x.typ) {
		instantiate.go#L173: 		if isInterfacePtr(Tu) {
		lookup.go#L396: 	if isInterfacePtr(V) {
		lookup.go#L400: 	if isInterfacePtr(T) {
		lookup.go#L407: func isInterfacePtr(T Type) bool {
		lookup.go#L414: 	assert(isInterfacePtr(T))
		operand.go#L282: 	if _, ok := Tu.(*Interface); ok && Tp == nil || isInterfacePtr(Tu) {